func os.splitPathInRoot

3 uses

	os (current package)
		root.go#L190: func splitPathInRoot(s string, prefix, suffix []string) (_ []string, suffixSep string, err error) {
		root_openat.go#L101: 	parts, suffixSep, err := splitPathInRoot(name, nil, nil)
		root_openat.go#L189: 			newparts, newSuffixSep, err := splitPathInRoot(string(e), parts[:i], parts[i+1:])